Uses of Interface
software.amazon.awssdk.services.connect.model.DisassociateSecurityKeyRequest.Builder
-
Packages that use DisassociateSecurityKeyRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of DisassociateSecurityKeyRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type DisassociateSecurityKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateSecurityKeyResponse>ConnectAsyncClient. disassociateSecurityKey(Consumer<DisassociateSecurityKeyRequest.Builder> disassociateSecurityKeyRequest)This API is in preview release for Amazon Connect and is subject to change.default DisassociateSecurityKeyResponseConnectClient. disassociateSecurityKey(Consumer<DisassociateSecurityKeyRequest.Builder> disassociateSecurityKeyRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of DisassociateSecurityKeyRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return DisassociateSecurityKeyRequest.Builder Modifier and Type Method Description DisassociateSecurityKeyRequest.BuilderDisassociateSecurityKeyRequest.Builder. associationId(String associationId)The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.static DisassociateSecurityKeyRequest.BuilderDisassociateSecurityKeyRequest. builder()DisassociateSecurityKeyRequest.BuilderDisassociateSecurityKeyRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.DisassociateSecurityKeyRequest.BuilderDisassociateSecurityKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateSecurityKeyRequest.BuilderDisassociateSecurityKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateSecurityKeyRequest.BuilderDisassociateSecurityKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type DisassociateSecurityKeyRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateSecurityKeyRequest.Builder>DisassociateSecurityKeyRequest. serializableBuilderClass()
-