Uses of Class
software.amazon.awssdk.services.codestar.model.ListUserProfilesRequest
-
Packages that use ListUserProfilesRequest Package Description software.amazon.awssdk.services.codestar AWS CodeStar software.amazon.awssdk.services.codestar.transform -
-
Uses of ListUserProfilesRequest in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar with parameters of type ListUserProfilesRequest Modifier and Type Method Description default CompletableFuture<ListUserProfilesResponse>CodeStarAsyncClient. listUserProfiles(ListUserProfilesRequest listUserProfilesRequest)Lists all the user profiles configured for your AWS account in AWS CodeStar.default ListUserProfilesResponseCodeStarClient. listUserProfiles(ListUserProfilesRequest listUserProfilesRequest)Lists all the user profiles configured for your AWS account in AWS CodeStar. -
Uses of ListUserProfilesRequest in software.amazon.awssdk.services.codestar.transform
Methods in software.amazon.awssdk.services.codestar.transform with parameters of type ListUserProfilesRequest Modifier and Type Method Description SdkHttpFullRequestListUserProfilesRequestMarshaller. marshall(ListUserProfilesRequest listUserProfilesRequest)
-