Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetAssociatedRoleResponse.Builder
-
Packages that use GetAssociatedRoleResponse.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of GetAssociatedRoleResponse.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GetAssociatedRoleResponse.Builder Modifier and Type Method Description GetAssociatedRoleResponse.BuilderGetAssociatedRoleResponse.Builder. associatedAt(String associatedAt)The time when the role was associated with the group.static GetAssociatedRoleResponse.BuilderGetAssociatedRoleResponse. builder()GetAssociatedRoleResponse.BuilderGetAssociatedRoleResponse.Builder. roleArn(String roleArn)The ARN of the role that is associated with the group.GetAssociatedRoleResponse.BuilderGetAssociatedRoleResponse. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetAssociatedRoleResponse.Builder Modifier and Type Method Description static Class<? extends GetAssociatedRoleResponse.Builder>GetAssociatedRoleResponse. serializableBuilderClass()
-