Uses of Interface
software.amazon.awssdk.services.chimesdkidentity.model.EndpointState.Builder
-
Packages that use EndpointState.Builder Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of EndpointState.Builder in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return EndpointState.Builder Modifier and Type Method Description static EndpointState.BuilderEndpointState. builder()EndpointState.BuilderEndpointState.Builder. status(String status)Enum that indicates the Status of anAppInstanceUserEndpoint.EndpointState.BuilderEndpointState.Builder. status(EndpointStatus status)Enum that indicates the Status of anAppInstanceUserEndpoint.EndpointState.BuilderEndpointState.Builder. statusReason(String statusReason)The reason for theEndpointStatus.EndpointState.BuilderEndpointState.Builder. statusReason(EndpointStatusReason statusReason)The reason for theEndpointStatus.EndpointState.BuilderEndpointState. toBuilder()Methods in software.amazon.awssdk.services.chimesdkidentity.model that return types with arguments of type EndpointState.Builder Modifier and Type Method Description static Class<? extends EndpointState.Builder>EndpointState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkidentity.model with type arguments of type EndpointState.Builder Modifier and Type Method Description default AppInstanceUserEndpoint.BuilderAppInstanceUserEndpoint.Builder. endpointState(Consumer<EndpointState.Builder> endpointState)A read-only field that represents the state of anAppInstanceUserEndpoint.default AppInstanceUserEndpointSummary.BuilderAppInstanceUserEndpointSummary.Builder. endpointState(Consumer<EndpointState.Builder> endpointState)A read-only field that represent the state of anAppInstanceUserEndpoint.
-