@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSPcaConnectorAdAsync extends AbstractAWSPcaConnectorAd implements AWSPcaConnectorAdAsync
AWSPcaConnectorAdAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createConnector, createDirectoryRegistration, createServicePrincipalName, createTemplate, createTemplateGroupAccessControlEntry, deleteConnector, deleteDirectoryRegistration, deleteServicePrincipalName, deleteTemplate, deleteTemplateGroupAccessControlEntry, getCachedResponseMetadata, getConnector, getDirectoryRegistration, getServicePrincipalName, getTemplate, getTemplateGroupAccessControlEntry, listConnectors, listDirectoryRegistrations, listServicePrincipalNames, listTagsForResource, listTemplateGroupAccessControlEntries, listTemplates, shutdown, tagResource, untagResource, updateTemplate, updateTemplateGroupAccessControlEntry
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createConnector, createDirectoryRegistration, createServicePrincipalName, createTemplate, createTemplateGroupAccessControlEntry, deleteConnector, deleteDirectoryRegistration, deleteServicePrincipalName, deleteTemplate, deleteTemplateGroupAccessControlEntry, getCachedResponseMetadata, getConnector, getDirectoryRegistration, getServicePrincipalName, getTemplate, getTemplateGroupAccessControlEntry, listConnectors, listDirectoryRegistrations, listServicePrincipalNames, listTagsForResource, listTemplateGroupAccessControlEntries, listTemplates, shutdown, tagResource, untagResource, updateTemplate, updateTemplateGroupAccessControlEntry
public Future<CreateConnectorResult> createConnectorAsync(CreateConnectorRequest request)
AWSPcaConnectorAdAsync
Creates a connector between Amazon Web Services Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.
createConnectorAsync
in interface AWSPcaConnectorAdAsync
public Future<CreateConnectorResult> createConnectorAsync(CreateConnectorRequest request, AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler)
AWSPcaConnectorAdAsync
Creates a connector between Amazon Web Services Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.
createConnectorAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDirectoryRegistrationResult> createDirectoryRegistrationAsync(CreateDirectoryRegistrationRequest request)
AWSPcaConnectorAdAsync
Creates a directory registration that authorizes communication between Amazon Web Services Private CA and an Active Directory
createDirectoryRegistrationAsync
in interface AWSPcaConnectorAdAsync
public Future<CreateDirectoryRegistrationResult> createDirectoryRegistrationAsync(CreateDirectoryRegistrationRequest request, AsyncHandler<CreateDirectoryRegistrationRequest,CreateDirectoryRegistrationResult> asyncHandler)
AWSPcaConnectorAdAsync
Creates a directory registration that authorizes communication between Amazon Web Services Private CA and an Active Directory
createDirectoryRegistrationAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateServicePrincipalNameResult> createServicePrincipalNameAsync(CreateServicePrincipalNameRequest request)
AWSPcaConnectorAdAsync
Creates a service principal name (SPN) for the service account in Active Directory. Kerberos authentication uses SPNs to associate a service instance with a service sign-in account.
createServicePrincipalNameAsync
in interface AWSPcaConnectorAdAsync
public Future<CreateServicePrincipalNameResult> createServicePrincipalNameAsync(CreateServicePrincipalNameRequest request, AsyncHandler<CreateServicePrincipalNameRequest,CreateServicePrincipalNameResult> asyncHandler)
AWSPcaConnectorAdAsync
Creates a service principal name (SPN) for the service account in Active Directory. Kerberos authentication uses SPNs to associate a service instance with a service sign-in account.
createServicePrincipalNameAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTemplateResult> createTemplateAsync(CreateTemplateRequest request)
AWSPcaConnectorAdAsync
Creates an Active Directory compatible certificate template. The connectors issues certificates using these templates based on the requester’s Active Directory group membership.
createTemplateAsync
in interface AWSPcaConnectorAdAsync
public Future<CreateTemplateResult> createTemplateAsync(CreateTemplateRequest request, AsyncHandler<CreateTemplateRequest,CreateTemplateResult> asyncHandler)
AWSPcaConnectorAdAsync
Creates an Active Directory compatible certificate template. The connectors issues certificates using these templates based on the requester’s Active Directory group membership.
createTemplateAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTemplateGroupAccessControlEntryResult> createTemplateGroupAccessControlEntryAsync(CreateTemplateGroupAccessControlEntryRequest request)
AWSPcaConnectorAdAsync
Create a group access control entry. Allow or deny Active Directory groups from enrolling and/or autoenrolling with the template based on the group security identifiers (SIDs).
createTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
public Future<CreateTemplateGroupAccessControlEntryResult> createTemplateGroupAccessControlEntryAsync(CreateTemplateGroupAccessControlEntryRequest request, AsyncHandler<CreateTemplateGroupAccessControlEntryRequest,CreateTemplateGroupAccessControlEntryResult> asyncHandler)
AWSPcaConnectorAdAsync
Create a group access control entry. Allow or deny Active Directory groups from enrolling and/or autoenrolling with the template based on the group security identifiers (SIDs).
createTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConnectorResult> deleteConnectorAsync(DeleteConnectorRequest request)
AWSPcaConnectorAdAsync
Deletes a connector for Active Directory. You must provide the Amazon Resource Name (ARN) of the connector that you want to delete. You can find the ARN by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListConnectors action. Deleting a connector does not deregister your directory with Amazon Web Services Private CA. You can deregister your directory by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_DeleteDirectoryRegistration action.
deleteConnectorAsync
in interface AWSPcaConnectorAdAsync
public Future<DeleteConnectorResult> deleteConnectorAsync(DeleteConnectorRequest request, AsyncHandler<DeleteConnectorRequest,DeleteConnectorResult> asyncHandler)
AWSPcaConnectorAdAsync
Deletes a connector for Active Directory. You must provide the Amazon Resource Name (ARN) of the connector that you want to delete. You can find the ARN by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListConnectors action. Deleting a connector does not deregister your directory with Amazon Web Services Private CA. You can deregister your directory by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_DeleteDirectoryRegistration action.
deleteConnectorAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDirectoryRegistrationResult> deleteDirectoryRegistrationAsync(DeleteDirectoryRegistrationRequest request)
AWSPcaConnectorAdAsync
Deletes a directory registration. Deleting a directory registration deauthorizes Amazon Web Services Private CA with the directory.
deleteDirectoryRegistrationAsync
in interface AWSPcaConnectorAdAsync
public Future<DeleteDirectoryRegistrationResult> deleteDirectoryRegistrationAsync(DeleteDirectoryRegistrationRequest request, AsyncHandler<DeleteDirectoryRegistrationRequest,DeleteDirectoryRegistrationResult> asyncHandler)
AWSPcaConnectorAdAsync
Deletes a directory registration. Deleting a directory registration deauthorizes Amazon Web Services Private CA with the directory.
deleteDirectoryRegistrationAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteServicePrincipalNameResult> deleteServicePrincipalNameAsync(DeleteServicePrincipalNameRequest request)
AWSPcaConnectorAdAsync
Deletes the service principal name (SPN) used by a connector to authenticate with your Active Directory.
deleteServicePrincipalNameAsync
in interface AWSPcaConnectorAdAsync
public Future<DeleteServicePrincipalNameResult> deleteServicePrincipalNameAsync(DeleteServicePrincipalNameRequest request, AsyncHandler<DeleteServicePrincipalNameRequest,DeleteServicePrincipalNameResult> asyncHandler)
AWSPcaConnectorAdAsync
Deletes the service principal name (SPN) used by a connector to authenticate with your Active Directory.
deleteServicePrincipalNameAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTemplateResult> deleteTemplateAsync(DeleteTemplateRequest request)
AWSPcaConnectorAdAsync
Deletes a template. Certificates issued using the template are still valid until they are revoked or expired.
deleteTemplateAsync
in interface AWSPcaConnectorAdAsync
public Future<DeleteTemplateResult> deleteTemplateAsync(DeleteTemplateRequest request, AsyncHandler<DeleteTemplateRequest,DeleteTemplateResult> asyncHandler)
AWSPcaConnectorAdAsync
Deletes a template. Certificates issued using the template are still valid until they are revoked or expired.
deleteTemplateAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTemplateGroupAccessControlEntryResult> deleteTemplateGroupAccessControlEntryAsync(DeleteTemplateGroupAccessControlEntryRequest request)
AWSPcaConnectorAdAsync
Deletes a group access control entry.
deleteTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
public Future<DeleteTemplateGroupAccessControlEntryResult> deleteTemplateGroupAccessControlEntryAsync(DeleteTemplateGroupAccessControlEntryRequest request, AsyncHandler<DeleteTemplateGroupAccessControlEntryRequest,DeleteTemplateGroupAccessControlEntryResult> asyncHandler)
AWSPcaConnectorAdAsync
Deletes a group access control entry.
deleteTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetConnectorResult> getConnectorAsync(GetConnectorRequest request)
AWSPcaConnectorAdAsync
Lists information about your connector. You specify the connector on input by its ARN (Amazon Resource Name).
getConnectorAsync
in interface AWSPcaConnectorAdAsync
public Future<GetConnectorResult> getConnectorAsync(GetConnectorRequest request, AsyncHandler<GetConnectorRequest,GetConnectorResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists information about your connector. You specify the connector on input by its ARN (Amazon Resource Name).
getConnectorAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDirectoryRegistrationResult> getDirectoryRegistrationAsync(GetDirectoryRegistrationRequest request)
AWSPcaConnectorAdAsync
A structure that contains information about your directory registration.
getDirectoryRegistrationAsync
in interface AWSPcaConnectorAdAsync
public Future<GetDirectoryRegistrationResult> getDirectoryRegistrationAsync(GetDirectoryRegistrationRequest request, AsyncHandler<GetDirectoryRegistrationRequest,GetDirectoryRegistrationResult> asyncHandler)
AWSPcaConnectorAdAsync
A structure that contains information about your directory registration.
getDirectoryRegistrationAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetServicePrincipalNameResult> getServicePrincipalNameAsync(GetServicePrincipalNameRequest request)
AWSPcaConnectorAdAsync
Lists the service principal name that the connector uses to authenticate with Active Directory.
getServicePrincipalNameAsync
in interface AWSPcaConnectorAdAsync
public Future<GetServicePrincipalNameResult> getServicePrincipalNameAsync(GetServicePrincipalNameRequest request, AsyncHandler<GetServicePrincipalNameRequest,GetServicePrincipalNameResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists the service principal name that the connector uses to authenticate with Active Directory.
getServicePrincipalNameAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTemplateResult> getTemplateAsync(GetTemplateRequest request)
AWSPcaConnectorAdAsync
Retrieves a certificate template that the connector uses to issue certificates from a private CA.
getTemplateAsync
in interface AWSPcaConnectorAdAsync
public Future<GetTemplateResult> getTemplateAsync(GetTemplateRequest request, AsyncHandler<GetTemplateRequest,GetTemplateResult> asyncHandler)
AWSPcaConnectorAdAsync
Retrieves a certificate template that the connector uses to issue certificates from a private CA.
getTemplateAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTemplateGroupAccessControlEntryResult> getTemplateGroupAccessControlEntryAsync(GetTemplateGroupAccessControlEntryRequest request)
AWSPcaConnectorAdAsync
Retrieves the group access control entries for a template.
getTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
public Future<GetTemplateGroupAccessControlEntryResult> getTemplateGroupAccessControlEntryAsync(GetTemplateGroupAccessControlEntryRequest request, AsyncHandler<GetTemplateGroupAccessControlEntryRequest,GetTemplateGroupAccessControlEntryResult> asyncHandler)
AWSPcaConnectorAdAsync
Retrieves the group access control entries for a template.
getTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListConnectorsResult> listConnectorsAsync(ListConnectorsRequest request)
AWSPcaConnectorAdAsync
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
listConnectorsAsync
in interface AWSPcaConnectorAdAsync
public Future<ListConnectorsResult> listConnectorsAsync(ListConnectorsRequest request, AsyncHandler<ListConnectorsRequest,ListConnectorsResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
listConnectorsAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDirectoryRegistrationsResult> listDirectoryRegistrationsAsync(ListDirectoryRegistrationsRequest request)
AWSPcaConnectorAdAsync
Lists the directory registrations that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration action.
listDirectoryRegistrationsAsync
in interface AWSPcaConnectorAdAsync
public Future<ListDirectoryRegistrationsResult> listDirectoryRegistrationsAsync(ListDirectoryRegistrationsRequest request, AsyncHandler<ListDirectoryRegistrationsRequest,ListDirectoryRegistrationsResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists the directory registrations that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration action.
listDirectoryRegistrationsAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListServicePrincipalNamesResult> listServicePrincipalNamesAsync(ListServicePrincipalNamesRequest request)
AWSPcaConnectorAdAsync
Lists the service principal names that the connector uses to authenticate with Active Directory.
listServicePrincipalNamesAsync
in interface AWSPcaConnectorAdAsync
public Future<ListServicePrincipalNamesResult> listServicePrincipalNamesAsync(ListServicePrincipalNamesRequest request, AsyncHandler<ListServicePrincipalNamesRequest,ListServicePrincipalNamesResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists the service principal names that the connector uses to authenticate with Active Directory.
listServicePrincipalNamesAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSPcaConnectorAdAsync
Lists the tags, if any, that are associated with your resource.
listTagsForResourceAsync
in interface AWSPcaConnectorAdAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists the tags, if any, that are associated with your resource.
listTagsForResourceAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTemplateGroupAccessControlEntriesResult> listTemplateGroupAccessControlEntriesAsync(ListTemplateGroupAccessControlEntriesRequest request)
AWSPcaConnectorAdAsync
Lists group access control entries you created.
listTemplateGroupAccessControlEntriesAsync
in interface AWSPcaConnectorAdAsync
public Future<ListTemplateGroupAccessControlEntriesResult> listTemplateGroupAccessControlEntriesAsync(ListTemplateGroupAccessControlEntriesRequest request, AsyncHandler<ListTemplateGroupAccessControlEntriesRequest,ListTemplateGroupAccessControlEntriesResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists group access control entries you created.
listTemplateGroupAccessControlEntriesAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTemplatesResult> listTemplatesAsync(ListTemplatesRequest request)
AWSPcaConnectorAdAsync
Lists the templates, if any, that are associated with a connector.
listTemplatesAsync
in interface AWSPcaConnectorAdAsync
public Future<ListTemplatesResult> listTemplatesAsync(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResult> asyncHandler)
AWSPcaConnectorAdAsync
Lists the templates, if any, that are associated with a connector.
listTemplatesAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSPcaConnectorAdAsync
Adds one or more tags to your resource.
tagResourceAsync
in interface AWSPcaConnectorAdAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSPcaConnectorAdAsync
Adds one or more tags to your resource.
tagResourceAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSPcaConnectorAdAsync
Removes one or more tags from your resource.
untagResourceAsync
in interface AWSPcaConnectorAdAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSPcaConnectorAdAsync
Removes one or more tags from your resource.
untagResourceAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTemplateResult> updateTemplateAsync(UpdateTemplateRequest request)
AWSPcaConnectorAdAsync
Update template configuration to define the information included in certificates.
updateTemplateAsync
in interface AWSPcaConnectorAdAsync
public Future<UpdateTemplateResult> updateTemplateAsync(UpdateTemplateRequest request, AsyncHandler<UpdateTemplateRequest,UpdateTemplateResult> asyncHandler)
AWSPcaConnectorAdAsync
Update template configuration to define the information included in certificates.
updateTemplateAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTemplateGroupAccessControlEntryResult> updateTemplateGroupAccessControlEntryAsync(UpdateTemplateGroupAccessControlEntryRequest request)
AWSPcaConnectorAdAsync
Update a group access control entry you created using CreateTemplateGroupAccessControlEntry.
updateTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
public Future<UpdateTemplateGroupAccessControlEntryResult> updateTemplateGroupAccessControlEntryAsync(UpdateTemplateGroupAccessControlEntryRequest request, AsyncHandler<UpdateTemplateGroupAccessControlEntryRequest,UpdateTemplateGroupAccessControlEntryResult> asyncHandler)
AWSPcaConnectorAdAsync
Update a group access control entry you created using CreateTemplateGroupAccessControlEntry.
updateTemplateGroupAccessControlEntryAsync
in interface AWSPcaConnectorAdAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.