default AddTagsResponse |
ElasticLoadBalancingV2Client.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) |
Adds the specified tags to the specified Elastic Load Balancing resource.
|
default AddTagsResponse |
ElasticLoadBalancingV2Client.addTags(AddTagsRequest addTagsRequest) |
Adds the specified tags to the specified Elastic Load Balancing resource.
|
default AddTrustStoreRevocationsResponse |
ElasticLoadBalancingV2Client.addTrustStoreRevocations(Consumer<AddTrustStoreRevocationsRequest.Builder> addTrustStoreRevocationsRequest) |
Adds the specified revocation file to the specified trust store.
|
default AddTrustStoreRevocationsResponse |
ElasticLoadBalancingV2Client.addTrustStoreRevocations(AddTrustStoreRevocationsRequest addTrustStoreRevocationsRequest) |
Adds the specified revocation file to the specified trust store.
|
default CreateListenerResponse |
ElasticLoadBalancingV2Client.createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest) |
Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
|
default CreateListenerResponse |
ElasticLoadBalancingV2Client.createListener(CreateListenerRequest createListenerRequest) |
Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
|
default DeleteTrustStoreResponse |
ElasticLoadBalancingV2Client.deleteTrustStore(Consumer<DeleteTrustStoreRequest.Builder> deleteTrustStoreRequest) |
Deletes a trust store.
|
default DeleteTrustStoreResponse |
ElasticLoadBalancingV2Client.deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest) |
Deletes a trust store.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest) |
Describes the tags for the specified Elastic Load Balancing resources.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(DescribeTagsRequest describeTagsRequest) |
Describes the tags for the specified Elastic Load Balancing resources.
|
default DescribeTrustStoreAssociationsResponse |
ElasticLoadBalancingV2Client.describeTrustStoreAssociations(Consumer<DescribeTrustStoreAssociationsRequest.Builder> describeTrustStoreAssociationsRequest) |
Describes all resources associated with the specified trust store.
|
default DescribeTrustStoreAssociationsResponse |
ElasticLoadBalancingV2Client.describeTrustStoreAssociations(DescribeTrustStoreAssociationsRequest describeTrustStoreAssociationsRequest) |
Describes all resources associated with the specified trust store.
|
default DescribeTrustStoreAssociationsIterable |
ElasticLoadBalancingV2Client.describeTrustStoreAssociationsPaginator(Consumer<DescribeTrustStoreAssociationsRequest.Builder> describeTrustStoreAssociationsRequest) |
|
default DescribeTrustStoreAssociationsIterable |
ElasticLoadBalancingV2Client.describeTrustStoreAssociationsPaginator(DescribeTrustStoreAssociationsRequest describeTrustStoreAssociationsRequest) |
|
default DescribeTrustStoreRevocationsResponse |
ElasticLoadBalancingV2Client.describeTrustStoreRevocations(Consumer<DescribeTrustStoreRevocationsRequest.Builder> describeTrustStoreRevocationsRequest) |
Describes the revocation files in use by the specified trust store arn, or revocation ID.
|
default DescribeTrustStoreRevocationsResponse |
ElasticLoadBalancingV2Client.describeTrustStoreRevocations(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) |
Describes the revocation files in use by the specified trust store arn, or revocation ID.
|
default DescribeTrustStoreRevocationsIterable |
ElasticLoadBalancingV2Client.describeTrustStoreRevocationsPaginator(Consumer<DescribeTrustStoreRevocationsRequest.Builder> describeTrustStoreRevocationsRequest) |
|
default DescribeTrustStoreRevocationsIterable |
ElasticLoadBalancingV2Client.describeTrustStoreRevocationsPaginator(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) |
|
default DescribeTrustStoresResponse |
ElasticLoadBalancingV2Client.describeTrustStores(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) |
Describes all trust stores for a given account by trust store arn’s or name.
|
default DescribeTrustStoresResponse |
ElasticLoadBalancingV2Client.describeTrustStores(DescribeTrustStoresRequest describeTrustStoresRequest) |
Describes all trust stores for a given account by trust store arn’s or name.
|
default DescribeTrustStoresIterable |
ElasticLoadBalancingV2Client.describeTrustStoresPaginator(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) |
|
default DescribeTrustStoresIterable |
ElasticLoadBalancingV2Client.describeTrustStoresPaginator(DescribeTrustStoresRequest describeTrustStoresRequest) |
|
default GetTrustStoreCaCertificatesBundleResponse |
ElasticLoadBalancingV2Client.getTrustStoreCaCertificatesBundle(Consumer<GetTrustStoreCaCertificatesBundleRequest.Builder> getTrustStoreCaCertificatesBundleRequest) |
Retrieves the ca certificate bundle.
|
default GetTrustStoreCaCertificatesBundleResponse |
ElasticLoadBalancingV2Client.getTrustStoreCaCertificatesBundle(GetTrustStoreCaCertificatesBundleRequest getTrustStoreCaCertificatesBundleRequest) |
Retrieves the ca certificate bundle.
|
default GetTrustStoreRevocationContentResponse |
ElasticLoadBalancingV2Client.getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest) |
Retrieves the specified revocation file.
|
default GetTrustStoreRevocationContentResponse |
ElasticLoadBalancingV2Client.getTrustStoreRevocationContent(GetTrustStoreRevocationContentRequest getTrustStoreRevocationContentRequest) |
Retrieves the specified revocation file.
|
default ModifyListenerResponse |
ElasticLoadBalancingV2Client.modifyListener(Consumer<ModifyListenerRequest.Builder> modifyListenerRequest) |
Replaces the specified properties of the specified listener.
|
default ModifyListenerResponse |
ElasticLoadBalancingV2Client.modifyListener(ModifyListenerRequest modifyListenerRequest) |
Replaces the specified properties of the specified listener.
|
default ModifyTrustStoreResponse |
ElasticLoadBalancingV2Client.modifyTrustStore(Consumer<ModifyTrustStoreRequest.Builder> modifyTrustStoreRequest) |
Update the ca certificate bundle for a given trust store.
|
default ModifyTrustStoreResponse |
ElasticLoadBalancingV2Client.modifyTrustStore(ModifyTrustStoreRequest modifyTrustStoreRequest) |
Update the ca certificate bundle for a given trust store.
|
default RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest) |
Removes the specified tags from the specified Elastic Load Balancing resources.
|
default RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(RemoveTagsRequest removeTagsRequest) |
Removes the specified tags from the specified Elastic Load Balancing resources.
|
default RemoveTrustStoreRevocationsResponse |
ElasticLoadBalancingV2Client.removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest) |
Removes the specified revocation file from the specified trust store.
|
default RemoveTrustStoreRevocationsResponse |
ElasticLoadBalancingV2Client.removeTrustStoreRevocations(RemoveTrustStoreRevocationsRequest removeTrustStoreRevocationsRequest) |
Removes the specified revocation file from the specified trust store.
|