Uses of Class
software.amazon.awssdk.services.connect.model.SecurityKey
-
Packages that use SecurityKey Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of SecurityKey in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SecurityKey Modifier and Type Method Description List<SecurityKey>ListSecurityKeysResponse. securityKeys()The security keys.Methods in software.amazon.awssdk.services.connect.model with parameters of type SecurityKey Modifier and Type Method Description ListSecurityKeysResponse.BuilderListSecurityKeysResponse.Builder. securityKeys(SecurityKey... securityKeys)The security keys.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type SecurityKey Modifier and Type Method Description ListSecurityKeysResponse.BuilderListSecurityKeysResponse.Builder. securityKeys(Collection<SecurityKey> securityKeys)The security keys. -
Uses of SecurityKey in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type SecurityKey Modifier and Type Method Description SdkIterable<SecurityKey>ListSecurityKeysIterable. securityKeys()Returns an iterable to iterate through the paginatedListSecurityKeysResponse.securityKeys()member.SdkPublisher<SecurityKey>ListSecurityKeysPublisher. securityKeys()Returns a publisher that can be used to get a stream of data.
-