Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.ListIdentityProvidersRequest.Builder
-
Packages that use ListIdentityProvidersRequest.Builder Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.model -
-
Uses of ListIdentityProvidersRequest.Builder in software.amazon.awssdk.services.workspacesweb
-
Uses of ListIdentityProvidersRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return ListIdentityProvidersRequest.Builder Modifier and Type Method Description static ListIdentityProvidersRequest.BuilderListIdentityProvidersRequest. builder()ListIdentityProvidersRequest.BuilderListIdentityProvidersRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be included in the next page.ListIdentityProvidersRequest.BuilderListIdentityProvidersRequest.Builder. nextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListIdentityProvidersRequest.BuilderListIdentityProvidersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdentityProvidersRequest.BuilderListIdentityProvidersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIdentityProvidersRequest.BuilderListIdentityProvidersRequest.Builder. portalArn(String portalArn)The ARN of the web portal.ListIdentityProvidersRequest.BuilderListIdentityProvidersRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type ListIdentityProvidersRequest.Builder Modifier and Type Method Description static Class<? extends ListIdentityProvidersRequest.Builder>ListIdentityProvidersRequest. serializableBuilderClass()
-