Uses of Interface
software.amazon.awssdk.services.connect.model.AssociateSecurityKeyResponse.Builder
-
Packages that use AssociateSecurityKeyResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AssociateSecurityKeyResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AssociateSecurityKeyResponse.Builder Modifier and Type Method Description AssociateSecurityKeyResponse.BuilderAssociateSecurityKeyResponse.Builder. associationId(String associationId)The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.static AssociateSecurityKeyResponse.BuilderAssociateSecurityKeyResponse. builder()AssociateSecurityKeyResponse.BuilderAssociateSecurityKeyResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AssociateSecurityKeyResponse.Builder Modifier and Type Method Description static Class<? extends AssociateSecurityKeyResponse.Builder>AssociateSecurityKeyResponse. serializableBuilderClass()
-