Uses of Class
software.amazon.awscdk.services.cognito.ClientAttributes
-
Uses of ClientAttributes in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptiondefault ClientAttributes
UserPoolClientOptions.getReadAttributes()
The set of attributes this client will be able to read.final ClientAttributes
UserPoolClientOptions.Jsii$Proxy.getReadAttributes()
final ClientAttributes
UserPoolClientProps.Jsii$Proxy.getReadAttributes()
default ClientAttributes
UserPoolClientOptions.getWriteAttributes()
The set of attributes this client will be able to write.final ClientAttributes
UserPoolClientOptions.Jsii$Proxy.getWriteAttributes()
final ClientAttributes
UserPoolClientProps.Jsii$Proxy.getWriteAttributes()
ClientAttributes.withCustomAttributes
(@NotNull String... attributes) Creates a custom ClientAttributes with the specified attributes.ClientAttributes.withStandardAttributes
(StandardAttributesMask attributes) Creates a custom ClientAttributes with the specified attributes.Modifier and TypeMethodDescriptionUserPoolClient.Builder.readAttributes
(ClientAttributes readAttributes) The set of attributes this client will be able to read.UserPoolClientOptions.Builder.readAttributes
(ClientAttributes readAttributes) Sets the value ofUserPoolClientOptions.getReadAttributes()
UserPoolClientProps.Builder.readAttributes
(ClientAttributes readAttributes) Sets the value ofUserPoolClientOptions.getReadAttributes()
UserPoolClient.Builder.writeAttributes
(ClientAttributes writeAttributes) The set of attributes this client will be able to write.UserPoolClientOptions.Builder.writeAttributes
(ClientAttributes writeAttributes) Sets the value ofUserPoolClientOptions.getWriteAttributes()
UserPoolClientProps.Builder.writeAttributes
(ClientAttributes writeAttributes) Sets the value ofUserPoolClientOptions.getWriteAttributes()