Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.UpdatePortalRequest.Builder
-
Packages that use UpdatePortalRequest.Builder Package Description software.amazon.awssdk.services.workspacesweb WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.model -
-
Uses of UpdatePortalRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type UpdatePortalRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePortalResponse>WorkSpacesWebAsyncClient. updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest)Updates a web portal.default UpdatePortalResponseWorkSpacesWebClient. updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest)Updates a web portal. -
Uses of UpdatePortalRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return UpdatePortalRequest.Builder Modifier and Type Method Description UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. authenticationType(String authenticationType)The type of authentication integration points used when signing into the web portal.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. authenticationType(AuthenticationType authenticationType)The type of authentication integration points used when signing into the web portal.static UpdatePortalRequest.BuilderUpdatePortalRequest. builder()UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. displayName(String displayName)The name of the web portal.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. instanceType(String instanceType)The type and resources of the underlying instance.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. instanceType(InstanceType instanceType)The type and resources of the underlying instance.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. maxConcurrentSessions(Integer maxConcurrentSessions)The maximum number of concurrent sessions for the portal.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. portalArn(String portalArn)The ARN of the web portal.UpdatePortalRequest.BuilderUpdatePortalRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type UpdatePortalRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePortalRequest.Builder>UpdatePortalRequest. serializableBuilderClass()
-