Uses of Interface
software.amazon.awssdk.services.identitystore.model.GetGroupIdResponse.Builder
-
Packages that use GetGroupIdResponse.Builder Package Description software.amazon.awssdk.services.identitystore.model -
-
Uses of GetGroupIdResponse.Builder in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return GetGroupIdResponse.Builder Modifier and Type Method Description static GetGroupIdResponse.BuilderGetGroupIdResponse. builder()GetGroupIdResponse.BuilderGetGroupIdResponse.Builder. groupId(String groupId)The identifier for a group in the identity store.GetGroupIdResponse.BuilderGetGroupIdResponse.Builder. identityStoreId(String identityStoreId)The globally unique identifier for the identity store.GetGroupIdResponse.BuilderGetGroupIdResponse. toBuilder()Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type GetGroupIdResponse.Builder Modifier and Type Method Description static Class<? extends GetGroupIdResponse.Builder>GetGroupIdResponse. serializableBuilderClass()
-