Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.CreateApplicationAssignmentRequest.Builder
-
Packages that use CreateApplicationAssignmentRequest.Builder Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications.software.amazon.awssdk.services.ssoadmin.model -
-
Uses of CreateApplicationAssignmentRequest.Builder in software.amazon.awssdk.services.ssoadmin
Method parameters in software.amazon.awssdk.services.ssoadmin with type arguments of type CreateApplicationAssignmentRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateApplicationAssignmentResponse>
SsoAdminAsyncClient. createApplicationAssignment(Consumer<CreateApplicationAssignmentRequest.Builder> createApplicationAssignmentRequest)
Grant application access to a user or group.default CreateApplicationAssignmentResponse
SsoAdminClient. createApplicationAssignment(Consumer<CreateApplicationAssignmentRequest.Builder> createApplicationAssignmentRequest)
Grant application access to a user or group. -
Uses of CreateApplicationAssignmentRequest.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return CreateApplicationAssignmentRequest.Builder Modifier and Type Method Description CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest.Builder. applicationArn(String applicationArn)
The ARN of the application provider under which the operation will run.static CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest. builder()
CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest.Builder. principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest.Builder. principalType(String principalType)
The entity type for which the assignment will be created.CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest.Builder. principalType(PrincipalType principalType)
The entity type for which the assignment will be created.CreateApplicationAssignmentRequest.Builder
CreateApplicationAssignmentRequest. toBuilder()
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type CreateApplicationAssignmentRequest.Builder Modifier and Type Method Description static Class<? extends CreateApplicationAssignmentRequest.Builder>
CreateApplicationAssignmentRequest. serializableBuilderClass()
-