Uses of Interface
software.amazon.awssdk.services.grafana.model.UpdateWorkspaceAuthenticationResponse.Builder
-
Packages that use UpdateWorkspaceAuthenticationResponse.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of UpdateWorkspaceAuthenticationResponse.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return UpdateWorkspaceAuthenticationResponse.Builder Modifier and Type Method Description default UpdateWorkspaceAuthenticationResponse.BuilderUpdateWorkspaceAuthenticationResponse.Builder. authentication(Consumer<AuthenticationDescription.Builder> authentication)A structure that describes the user authentication for this workspace after the update is made.UpdateWorkspaceAuthenticationResponse.BuilderUpdateWorkspaceAuthenticationResponse.Builder. authentication(AuthenticationDescription authentication)A structure that describes the user authentication for this workspace after the update is made.static UpdateWorkspaceAuthenticationResponse.BuilderUpdateWorkspaceAuthenticationResponse. builder()UpdateWorkspaceAuthenticationResponse.BuilderUpdateWorkspaceAuthenticationResponse. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type UpdateWorkspaceAuthenticationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateWorkspaceAuthenticationResponse.Builder>UpdateWorkspaceAuthenticationResponse. serializableBuilderClass()
-