Uses of Interface
software.amazon.awssdk.services.chimesdkidentity.model.DescribeAppInstanceUserEndpointResponse.Builder
-
Packages that use DescribeAppInstanceUserEndpointResponse.Builder Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of DescribeAppInstanceUserEndpointResponse.Builder in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return DescribeAppInstanceUserEndpointResponse.Builder Modifier and Type Method Description default DescribeAppInstanceUserEndpointResponse.BuilderDescribeAppInstanceUserEndpointResponse.Builder. appInstanceUserEndpoint(Consumer<AppInstanceUserEndpoint.Builder> appInstanceUserEndpoint)The full details of anAppInstanceUserEndpoint: theAppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps.DescribeAppInstanceUserEndpointResponse.BuilderDescribeAppInstanceUserEndpointResponse.Builder. appInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint)The full details of anAppInstanceUserEndpoint: theAppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps.static DescribeAppInstanceUserEndpointResponse.BuilderDescribeAppInstanceUserEndpointResponse. builder()DescribeAppInstanceUserEndpointResponse.BuilderDescribeAppInstanceUserEndpointResponse. toBuilder()Methods in software.amazon.awssdk.services.chimesdkidentity.model that return types with arguments of type DescribeAppInstanceUserEndpointResponse.Builder Modifier and Type Method Description static Class<? extends DescribeAppInstanceUserEndpointResponse.Builder>DescribeAppInstanceUserEndpointResponse. serializableBuilderClass()
-