Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.GetManagedViewResponse.Builder
-
Packages that use GetManagedViewResponse.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of GetManagedViewResponse.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return GetManagedViewResponse.Builder Modifier and Type Method Description static GetManagedViewResponse.BuilderGetManagedViewResponse. builder()default GetManagedViewResponse.BuilderGetManagedViewResponse.Builder. managedView(Consumer<ManagedView.Builder> managedView)Details about the specified managed view.GetManagedViewResponse.BuilderGetManagedViewResponse.Builder. managedView(ManagedView managedView)Details about the specified managed view.GetManagedViewResponse.BuilderGetManagedViewResponse. toBuilder()Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type GetManagedViewResponse.Builder Modifier and Type Method Description static Class<? extends GetManagedViewResponse.Builder>GetManagedViewResponse. serializableBuilderClass()
-